DeleteMasterSlaveServerGroup
Description
call DeleteMasterSlaveServerGroup to delete the specified primary and standby server group.
Request Method
POST
Request Path
/apsara/route/Slb/DeleteMasterSlaveServerGroup
Request Parameters Common Parameters
| Name | Location | Type | Required | Sample value | Description |
|---|---|---|---|---|---|
| regionId | BODY | string | Yes | No sample value for this parameter. | region id |
| MasterSlaveServerGroupId | BODY | string | Yes | rsp-cige6**** | primary and standby server group ID. description if the primary and standby server group is in use, it cannot be deleted. |
| RegionId | BODY | string | Yes | cn-qingdao-env17-d01 | the region ID of the load balancing instance. |
| version | BODY | string | No | 2016-01-01 | version of api |
Return data
| Name | Type | Sample value | Description |
|---|---|---|---|
| RequestId | string | 9DEC9C28-AB05-4DDF-9A78-6B08EC9CE18C | request ID. |
Example
Successful Response example
{
"RequestId":"9DEC9C28-AB05-4DDF-9A78-6B08EC9CE18C"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}
title: DeleteServerCertificate
sidebar_position: 3
DeleteServerCertificate
Description
call the DeleteServerCertificate to delete the server certificate.
Request Method
POST
Request Path
/apsara/route/Slb/DeleteServerCertificate
Request Parameters Common Parameters
| Name | Location | Type | Required | Sample value | Description |
|---|---|---|---|---|---|
| regionId | BODY | string | Yes | No sample value for this parameter. | region id |
| ServerCertificateId | BODY | string | Yes | 123157****_166f8204689_1714763408_7099**** | server certificate ID. |
| RegionId | BODY | string | Yes | cn-qingdao-env17-d01 | the region ID of the load balancing instance. you can query the region by calling DescribeRegions interface ID. |
| version | BODY | string | No | 2016-01-01 | version of api |
Return data
| Name | Type | Sample value | Description |
|---|---|---|---|
| RequestId | string | CEF72CEB-54B6-4AE8-B225-F876FF7BA984 | request ID. |
Example
Successful Response example
{
"RequestId":"CEF72CEB-54B6-4AE8-B225-F876FF7BA984"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}